gdkprivate-win32.h: Complete removal of attributes_mask
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 7 Nov 2016 06:35:17 +0000 (14:35 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 7 Nov 2016 06:37:32 +0000 (14:37 +0800)
We removed this parameter from the function declaration, but not the
prototype.  Fix that.

gdk/win32/gdkprivate-win32.h

index 27c0663a6f47b21431b82cc2cf33212665f94b0e..e88b5ab4039695628ab7c1b334b74ddeab022b11 100644 (file)
@@ -477,8 +477,7 @@ void       _gdk_win32_display_create_window_impl   (GdkDisplay    *display,
                                                     GdkWindow     *real_parent,
                                                     GdkScreen     *screen,
                                                     GdkEventMask   event_mask,
-                                                    GdkWindowAttr *attributes,
-                                                    gint           attributes_mask);
+                                                    GdkWindowAttr *attributes);
 
 /* stray GdkWindowImplWin32 members */
 void _gdk_win32_window_register_dnd (GdkWindow *window);